link pixbuf engine against the gtk+ libraries, so that it can be used with
authorJames Henstridge <james@daa.com.au>
Wed, 6 Mar 2002 23:34:11 +0000 (23:34 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Wed, 6 Mar 2002 23:34:11 +0000 (23:34 +0000)
2002-03-07  James Henstridge  <james@daa.com.au>

* Makefile.am (libpixmap_la_LIBADD): link pixbuf engine against
the gtk+ libraries, so that it can be used with programs that
dlopen gtk+ without the RTLD_GLOBAL flag (such as scripting
languages and mozilla).

modules/engines/pixbuf/ChangeLog
modules/engines/pixbuf/Makefile.am

index a99ca73a47fc8ce6a84479efc850cd0d9a1b9581..3bb0f8aef1da5d7e3e1ab11974f4264017301d27 100644 (file)
@@ -1,3 +1,10 @@
+2002-03-07  James Henstridge  <james@daa.com.au>
+
+       * Makefile.am (libpixmap_la_LIBADD): link pixbuf engine against
+       the gtk+ libraries, so that it can be used with programs that
+       dlopen gtk+ without the RTLD_GLOBAL flag (such as scripting
+       languages and mozilla).
+
 Thu Feb  7 00:21:21 2002  Owen Taylor  <otaylor@redhat.com>
 
        * pixbuf-render.c (pixbuf_render): Add gradient
index d3e6bdef40a148df19f1770a6ce204f7f0244958..9a0ded4b0f22daa11f6c4ae3a42fec796275845b 100644 (file)
@@ -14,6 +14,7 @@ libpixmap_la_SOURCES =                \
        pixbuf.h
 
 libpixmap_la_LDFLAGS =  -avoid-version -module
+libpixmap_la_LIBADD = $(GTK_LIBS)
 
 dist-hook:
        cp -pr examples $(distdir);                                     \